13. Adding a Done Button to Accept Text Input

ANDK L2 39 Done Button SC

Correction

Button dimensions should be:

            android:layout_width="wrap_content"
            android:layout_height="wrap_content"

Android Developer Documentation:

Buttons

Check all the answers that are true for Buttons.

SOLUTION:
  • Buttons are an extension of TextView.
  • Users expect that buttons are clickable and on click, something noticeable happens.